Skip to content

pull updates#8

Merged
sammachin merged 4 commits into
pydanticfrom
main
May 19, 2026
Merged

pull updates#8
sammachin merged 4 commits into
pydanticfrom
main

Conversation

@sammachin
Copy link
Copy Markdown
Contributor

No description provided.

davehorton and others added 4 commits April 26, 2026 11:33
* fix tool_output wire shape to match canonical command envelope

Previously sent {type:'llm:tool-output', data:{tool_call_id, output}} — feature-server dispatches on {type:'command', command:..., tool_call_id} and silently dropped the Python SDK's shape.

Align with node-sdk's wire format and @jambonz/schema's llm:tool-output command schema. Scalar results are wrapped as {result:...} for parity; dicts pass through.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* feat(websocket): add inject_stt_reconfigure method

Add convenience method for mid-call STT reconfiguration.
Supports updating language hints for Deepgram Flux Multilingual.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* chore: sync schema to v0.3.5

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds toolFiller property to agent verb schema.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@sammachin sammachin merged commit 136c509 into pydantic May 19, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants